home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Intel / Integracion.exe / scripts / DefineButton2_1024 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-08-14  |  344 b   |  25 lines

  1. on(release){
  2.    tellTarget("../btnA")
  3.    {
  4.       play();
  5.    }
  6.    tellTarget("../btnB")
  7.    {
  8.       play();
  9.    }
  10.    tellTarget("../btnC")
  11.    {
  12.       gotoAndStop("hilite");
  13.       play();
  14.    }
  15.    tellTarget("../btnD")
  16.    {
  17.       play();
  18.    }
  19.    tellTarget("../../i_q7")
  20.    {
  21.       gotoAndStop("wrong");
  22.       play();
  23.    }
  24. }
  25.